home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / UTIL / SYS / WINLOOK / !WinLook / !Run < prev    next >
Text File  |  1992-06-01  |  519b  |  20 lines

  1. | > !WinLook.!Run
  2. |
  3. | (c) David Alan Gilbert 1991/1992
  4. |
  5.  
  6. IconSprites <Obey$Dir>.!Sprites
  7.  
  8. if "<System$Path>" = "" then Error 0 System resources cannot be found
  9.  
  10. RMEnsure SharedCLibrary 3.75 RMLoad System:Modules.CLib
  11. RMEnsure SharedCLibrary 3.75 ErrorYou need SharedCLibrary 3.75 or later
  12.  
  13. RMEnsure FPEmulator 2.80 RMLoad System:Modules.FPEmulator
  14. RMEnsure FPEmulator 2.80 Error You need Floating Point Emulator 2.80 or later
  15.  
  16. Set WinLook$Dir <Obey$Dir>
  17.  
  18. WimpSlot -min 384K -max 384K
  19. RUN "<WinLook$Dir>.!RunImage" %*0
  20.